Clean up and ANSIfy unexcoff.c.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 15:43:00 +0000 (18:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2010 15:43:00 +0000 (18:43 +0300)
commit56c16358b099c99c4ceaad26bf481cabef95470f
tree5506d5a997d6f1ac50224a9ed2b02dd720710442
parent5681012f450592997e68c8b4e3e9b2d3d43ea5dd
parent2b571a90b6da8281465500ffb72eb86f95bdd2d6
Clean up and ANSIfy unexcoff.c.

 unexcoff.c (report_error, make_hdr, write_segment)
 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
 Convert argument lists and prototypes to ANSI C.
 (make_hdr, write_segment): Remove unused variables.
 (unexec): Remove commented-out line.  Initialize `new' to shut up
 compiler warnings.
src/ChangeLog